home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 12_dorei / winprog / movie.dxr / 00114_PackageMask.ls < prev    next >
Encoding:
Text File  |  1995-05-12  |  458 b   |  20 lines

  1. on mouseUp
  2.   global videonum, selectedvideonum, status, cursor128, cursorwait
  3.   if (status = "exitAlart") or (status = "helpMenu") then
  4.     exit
  5.   end if
  6.   eracemenudownbutton()
  7.   cursor(cursorwait)
  8.   set selectedvideonum to string(videonum) & "V"
  9.   if the type of sprite 15 = 16 then
  10.     stopqt()
  11.   end if
  12.   puppetSprite(15, 0)
  13.   updateStage()
  14.   go(selectedvideonum)
  15.   puppetSprite(15, 1)
  16.   set the type of sprite 15 to 16
  17.   updateStage()
  18.   cursor(128)
  19. end
  20.